-
Notifications
You must be signed in to change notification settings - Fork 44
Add keychain location prompt #2349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Type mismatch in parseLocationPromptParamsThe This pattern is inconsistent with other parsers in the codebase. Compare with:
Fix: Change the return type to use This is currently causing CI TypeScript checks to fail. |
Adds a keychain route and controller API to request geolocation via iframe. Includes a location prompt UI and penpal callback plumbing for returning the result.